Compiler Options

-D Debug, equivalent to -BVL.
-B deBugcode, uses -H implicit, generate code to check arraybounds and substrings.
-H parcHeck, generate code to check parameter lists and stack overflow.
-V Varlist, generate list of variables used by the debugger.
-L Lineslist, generate list of linenumbers for the debugger.
-U Uppercase, convert lowercase characters to uppercase (except character constants
  and FORMAT statements). If this option is not specified the compiler will treat
  xy, xY, Xy, XY as 4 different variables !
-F Freeinput, allows Free-Form-Input-Format (not standard !)
-P Protocol, print compiler listing.
-W Wait for RETURN key when compiler has finished.